home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / support / ddselect.dcl < prev    next >
Encoding:
Text File  |  1995-02-08  |  4.8 KB  |  169 lines

  1. // Next available MSG number is    36 
  2. // MODULE_ID DDSELECT_DCL_
  3. /* Next available MSG number is  35 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //   DDSELECT.DCL   Version 1.0
  8. //
  9. //     Copyright (C) 1991, 1992, 1993, 1994 by Autodesk, Inc.
  10. //
  11. //     Permission to use, copy, modify, and distribute this software
  12. //     for any purpose and without fee is hereby granted, provided
  13. //     that the above copyright notice appears in all copies and
  14. //     that both that copyright notice and the limited warranty and
  15. //     restricted rights notice below appear in all supporting
  16. //     documentation.
  17. //
  18. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  19. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  20. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  21. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  22. //     UNINTERRUPTED OR ERROR FREE.
  23. //
  24. //     Use, duplication, or disclosure by the U.S. Government is subject to
  25. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  26. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  27. //     (Rights in Technical Data and Computer Software), as applicable.
  28. //
  29. //. 
  30. //----------------------------------------------------------------------------
  31.  
  32. //dcl_settings : default_dcl_settings { audit_level = 3; }
  33.  
  34. ddselect : dialog {
  35.     label = "Parßmetros de designaci≤n de objetos";
  36.     : boxed_column {
  37.         label = "Modos de designaci≤n";
  38.         : toggle {
  39.             label = "Designaci≤n Nombre/Verbo";
  40.             key = "pickfirst";
  41.             mnemonic = "N";
  42.             fixed_width = true;
  43.         }
  44.         : toggle {
  45.             label = "Usar la tecla May·s para a±adir";
  46.             key = "pickadd";
  47.             mnemonic = "y";
  48.             fixed_width = true;
  49.         }
  50.         : toggle {
  51.             label = "Pulsar y arrastrar";
  52.             key = "pickdrag";
  53.             mnemonic = "P";
  54.             fixed_width = true;
  55.         }
  56.         : toggle {
  57.             label = "Ventana implφcita";
  58.             key = "pickauto";
  59.             mnemonic = "i";
  60.             fixed_width = true;
  61.         }
  62.         : toggle {
  63.             label = "Agrupar objetos";
  64.             key = "grouping";
  65.             mnemonic = "A";
  66.             fixed_width = true;
  67.         }
  68.         : button {
  69.             label = "Por defecto";
  70.             key = "default_mode";
  71.             fixed_width = true;
  72.             mnemonic = "d";
  73.             alignment = centered;
  74.         }
  75.     }
  76.     : boxed_row {
  77.         label = "Tama±o mira de designaci≤n";
  78.         mnemonic = "T";
  79.         spacer_0;
  80.         : column {
  81.             spacer_0;
  82.             fixed_width = true;
  83.             : text {
  84.                   label = "Mφn         Mßx";
  85.                   alignment = centered;
  86.             }
  87.             : slider {
  88.                 key = "pickbox_slider";
  89.                 min_value = 0;
  90.                 max_value = 19;
  91.                 width = 20;
  92.                 height = 1;
  93.                 small_increment = 1;
  94.                 big_increment = 1;
  95.                 fixed_width = true;
  96.                 fixed_height = true;
  97.             }
  98.             spacer_0;
  99.         }
  100.         : image {
  101.             key = "pickbox_image";
  102.             aspect_ratio = 1;
  103.             height = 4;
  104.             width = 7;
  105.             color = -2;
  106.         }
  107.         spacer_0;
  108.     }
  109.     : button {
  110.         label = "MΘtodo para ordenar objetos...";
  111.         key = "ent_sort";
  112.         mnemonic = "M";
  113.         fixed_width = true;
  114.         alignment = centered;
  115.     }
  116.     ok_cancel_help;
  117. }
  118.  
  119. sortents : dialog {
  120.     label = "MΘtodo para ordenar objetos";
  121.     : text {
  122.         label = "Ordenar objetos para...";
  123.     }
  124.     : toggle {
  125.         label = "Designaci≤n de objetos";
  126.         key = "sort_obj_sel";
  127.         mnemonic = "o";
  128.         fixed_width = true;
  129.     }
  130.     : toggle {
  131.         label = "Referencia a objetos";
  132.         key = "sort_obj_snap";
  133.         mnemonic = "f";
  134.         fixed_width = true;
  135.     }
  136.     : toggle {
  137.         label = "Redibujados";
  138.         key = "sort_redraws";
  139.         mnemonic = "R";
  140.         fixed_width = true;
  141.     }
  142.     : toggle {
  143.         label = "Creaci≤n fotos";
  144.         key = "sort_slide";
  145.         mnemonic = "e";
  146.         fixed_width = true;
  147.     }
  148.     : toggle {
  149.         label = "Regeneraciones";
  150.         key = "sort_regens";
  151.         mnemonic = "g";
  152.         fixed_width = true;
  153.     }
  154.     : toggle {
  155.         label = "Trazado";
  156.         key = "sort_plot";
  157.         mnemonic = "z";
  158.         fixed_width = true;
  159.     }
  160.     : toggle {
  161.         label = "Salida PostScript";
  162.         key = "sort_post";
  163.         mnemonic = "c";
  164.         fixed_width = true;
  165.     }
  166.     ok_cancel;
  167. }
  168.  
  169.